Firebase.RemoteConfig.ConfigInfo

Describes the state of the most recent Fetch() call.

Summary

Normally returned as a result of the GetInfo() function.

Properties

FetchTime
System.DateTime
The time when the last fetch operation completed.
LastFetchFailureReason
The reason the most recent fetch failed.
LastFetchStatus
The status of the last fetch request.
ThrottledEndTime
System.DateTime
The time when Remote Config data refreshes will no longer be throttled.

Properties

FetchTime

System.DateTime FetchTime

The time when the last fetch operation completed.

LastFetchFailureReason

FetchFailureReason LastFetchFailureReason

The reason the most recent fetch failed.

LastFetchStatus

LastFetchStatus LastFetchStatus

The status of the last fetch request.

ThrottledEndTime

System.DateTime ThrottledEndTime

The time when Remote Config data refreshes will no longer be throttled.